home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 234 < prev    next >
Internet Message Format  |  1996-08-06  |  1KB

  1. Path: rz.uni-karlsruhe.de!not-for-mail
  2. From: ig25@fg70.rz.uni-karlsruhe.de (Thomas Koenig)
  3. Newsgroups: comp.lang.c,comp.std.c
  4. Subject: Re: Integral conversion e.t.c. (was: Re: Hungarian notation)
  5. Date: 30 Jan 1996 19:00:39 +0100
  6. Organization: =?ISO-8859-1?Q?Universit=E4t_Karlsruhe_(TH),_Germany_?=
  7. Message-ID: <4elmc7$14e@fg70.rz.uni-karlsruhe.de>
  8. References: <30C40F77.53B5@swsbbs.com> <4eindq$eju@solutions.solon.com> <DLzK76.88@ukpsshp1.serigate.philips.nl> <TANMOY.96Jan30101743@qcd.lanl.gov>
  9. Reply-To: Thomas.Koenig@ciw.uni-karlsruhe.de
  10. NNTP-Posting-Host: fg70.rz.uni-karlsruhe.de
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=iso-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. NNTP-Posting-User: ig25
  15.  
  16. In comp.std.c, tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya) wrote:
  17.  
  18. >Thus, according to the definition of `conforming' program, the
  19. >following is a conforming program:
  20.  
  21. >double main (float x, void *y[1]) { *(char*)0 = *(char*)y; 
  22. >                                    printf(x++ = x++ + 3); } 
  23.  
  24. So is
  25.  
  26.      PRINT *,'HELLO, WORLD!'
  27.      END
  28.  
  29. :-)
  30. -- 
  31. Thomas Koenig, Thomas.Koenig@ciw.uni-karlsruhe.de, ig25@dkauni2.bitnet.
  32. The joy of engineering is to find a straight line on a double
  33. logarithmic diagram.
  34.